From: Paul Eggert Date: Mon, 30 May 2011 15:57:49 +0000 (-0700) Subject: Add Bug#. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3565^2~8 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3b3a9c57767754f0a6daf9fb9d1e9f23c714acba;p=emacs.git Add Bug#. --- diff --git a/src/ChangeLog b/src/ChangeLog index e907565f3e1..fea9a38d608 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,7 +3,7 @@ * gnutls.c: Use Emacs's memory allocators. Without this change, the gnutls library would invoke malloc etc. directly, which causes problems on non-SYNC_INPUT hosts, and which - runs afoul of improving memory_full behavior. + runs afoul of improving memory_full behavior. (Bug#8761) (fn_gnutls_global_set_mem_functions): New macro or function pointer. (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc, xfree instead of the default malloc, realloc, free.